home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9694 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: ix.netcom.com!netnews
  2. From: blean@ix.netcom.com (Bob Blean)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Are Purify, PureCoverage, and Quantify a MUST?
  5. Date: Sun, 03 Mar 1996 23:04:13 GMT
  6. Organization: Netcom
  7. Message-ID: <313a1b59.14973522@nntp.ix.netcom.com>
  8. References: <4guvq9$354@nrtphba6.bnr.ca>
  9. Reply-To: blean@ix.netcom.com
  10. NNTP-Posting-Host: pax-ca6-07.ix.netcom.com
  11. X-NETCOM-Date: Sun Mar 03  3:05:55 PM PST 1996
  12. X-Newsreader: Forte Agent .99d/32.182
  13.  
  14. markham@bnr.ca (Andrew Markham) wrote:
  15.  
  16. >In the next month or so, the coding for our project will
  17. >begin.  We are borrowing some code from other groups in
  18. >our company and will be implementing a bunch of our own
  19. >as well. 
  20. >
  21. >My question is a simple one.  For those who have experience
  22. >using the above Pure products, would you be caught dead 
  23. >without these or do you just consider them "nice to have".
  24.  
  25. As part of our latest releas, I ran Purify on a library of ours that
  26. has been shipping for some time (plus fixes and enhancements for this
  27. release, of course).  I was surprised by the number of problems purify
  28. turned up, even in code that was not changed for this release.
  29.  
  30. It did not take an exhorbitant amount of time -- the stack traces
  31. given by Purify were accurate and usually obvious.  I am convinced
  32. that our library is a lot better for having done so.  On the other
  33. hand, many of the bugs it detected have been in the field for some
  34. time with no bug reports filed.
  35.  
  36. Draw your own conclusions.  I plan to make purifying our library a
  37. normal part of development and of testing for each release cycle from
  38. here on out, though.
  39. --Bob
  40.